home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / DTOOLS3 / DEMOMAIN.DFM / DEMOMAIN.txt next >
Text File  |  1996-04-28  |  3KB  |  131 lines

  1. object FrontPanel: TFrontPanel
  2.   Left = 191
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'DTools 3.0 Demo'
  7.   ClientHeight = 177
  8.   ClientWidth = 463
  9.   Font.Color = clBlack
  10.   Font.Height = -19
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold, fsItalic]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   TextHeight = 24
  18.   object BWCCBtn: TShadowButton
  19.     Left = 5
  20.     Top = 4
  21.     Width = 224
  22.     Height = 53
  23.     Hint = 
  24.       'Click here to see a demo of BWCC-style checkboxes and radio butt' +
  25.       'ons.  You will also get an oppurtunity to see some bad bitmaps.'
  26.     Caption = 'BWCC Controls'
  27.     TabOrder = 0
  28.     OnClick = BWCCBtnClick
  29.     TextAlignment = taLeftJustify
  30.   end
  31.   object ODBtn: TShadowButton
  32.     Left = 5
  33.     Top = 60
  34.     Width = 224
  35.     Height = 53
  36.     Hint = 
  37.       'Click here to see examples of owner-draw check boxes, value cycl' +
  38.       'ers, radio buttons and command buttons.'
  39.     Caption = 'Owner-draw Controls'
  40.     TabOrder = 1
  41.     OnClick = ODBtnClick
  42.     TextAlignment = taLeftJustify
  43.   end
  44.   object MiscBtn: TShadowButton
  45.     Left = 5
  46.     Top = 116
  47.     Width = 224
  48.     Height = 53
  49.     Hint = 'Click here to see a demo of meters and knobs.'
  50.     Caption = 'Misc. Gadgets'
  51.     TabOrder = 2
  52.     OnClick = MiscBtnClick
  53.     TextAlignment = taLeftJustify
  54.   end
  55.   object ClockBtn: TShadowButton
  56.     Left = 233
  57.     Top = 60
  58.     Width = 224
  59.     Height = 53
  60.     Hint = 
  61.       'Click here to see a demo of an analog and segmented LED clocks. ' +
  62.       ' Sorry about the colors!'
  63.     Caption = 'Clocks'
  64.     TabOrder = 4
  65.     OnClick = ClockBtnClick
  66.     TextAlignment = taLeftJustify
  67.   end
  68.   object LEDBtn: TShadowButton
  69.     Left = 233
  70.     Top = 4
  71.     Width = 224
  72.     Height = 53
  73.     Hint = 
  74.       'Click here to see a demo of a segmented LED label and LED checkb' +
  75.       'oxes and radio buttons.'
  76.     Caption = 'LED Controls'
  77.     TabOrder = 3
  78.     OnClick = LEDBtnClick
  79.     TextAlignment = taLeftJustify
  80.   end
  81.   object BackgroundBtn: TShadowButton
  82.     Left = 233
  83.     Top = 116
  84.     Width = 224
  85.     Height = 53
  86.     Hint = 
  87.       'Click here to see a demo of a fountain fill (gradient) and tiled' +
  88.       ' bitmap component.'
  89.     Caption = 'Background Controls'
  90.     TabOrder = 5
  91.     OnClick = BackgroundBtnClick
  92.     TextAlignment = taLeftJustify
  93.   end
  94.   object CustomHint: TCustomHint
  95.     Active = False
  96.     Color = 8454143
  97.     Font.Color = clWindowText
  98.     Font.Height = -11
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = []
  101.     Left = 413
  102.     Top = 2
  103.   end
  104.   object BalloonHint: TBalloonHint
  105.     BorderColor = clBlack
  106.     Color = 8454143
  107.     Font.Color = clWindowText
  108.     Font.Height = -13
  109.     Font.Name = 'System'
  110.     Font.Style = []
  111.     MaxWidth = -4
  112.     Behavior = [bbNoShowMouseDown, bbUseRegions, bbHideOnPaint]
  113.     Position = bpAboveRight
  114.     ShadowDepth = 8
  115.     Shape = bsRoundRect
  116.     Active = False
  117.     Left = 377
  118.     Top = 6
  119.   end
  120.   object VisualApp1: TVisualApp
  121.     HelpFile = 'DTOOLS.HLP'
  122.     HintColor = clWhite
  123.     HintPause = 800
  124.     Icon.Data = {<image000.ico>}
  125.     Title = 'DTools 2.0 Demonstration'
  126.     OnMessage = VisualApp1Message
  127.     Left = 341
  128.     Top = 6
  129.   end
  130. end
  131.